All Questions
2 questions
1vote
1answer
973views
Method that remove duplicates from a list of words in Java [closed]
Today, I took a coding challenge with this question: Given a List of Strings, write a method removeDuplicates that removes duplicate words from the List and returns an ArrayList of all the unique ...
1vote
1answer
76views
Concat strings from Object or Array
How would you merge these two functions into a single more generic function? ...